Form Services

Form service returns the list of applicable mandatory and optional forms for risks.

GetForms

Service Name

GetForms

Service Description

This service returns the list of applicable mandatory and optional forms for risks. The co-relation Id sent in the response can be used to maintain

transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)

  • This service returns only basic Form metadata. 

  • GetFormDetails service should be used to fetch the complete details of the selected Form.

Input

Product, Risks, Coverages State, Effective Date and Request Id (Optional)

Refer : FormRequest

Sample Input XML

To view a sample XML input file, refer GetFormsRequest.xml.

Output

List of Forms and Co-relation Id.

Refer : FormResponse

Sample Output XML

To view a sample XML input file, refer GetFormsResponse.xml

REST URL

Verb: POST; Consumes: xml, json; Produces: xml, json  http://host:port/ifoundry/api/v1/form/forms?requestId={requestId} 

GetFormsWithDetails

Service Name

GetFormsWithDetails

Service Description

This service returns the list of applicable mandatory and optional forms along with attributes for risks. The co-relation Id sent in the response can be used to maintain transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)

 

  • This service returns only basic Form metadata.

GetFormDetails service should be used to fetch the complete details of the selected Form.

Input

Risks, RiskExtensions, Coverages, Forms, Endorsements, Schedules, Product Name, Effective date, Expiry date, TransactionType, State, PlanDeterminationFactors, Cor-relationId and Request Id(optional)

Refer : FormRequest

Sample Input XML

To view a sample XML input file, refer GetFormWithDetailsRequest.xml.

Output

 

Refer : FormResponse

Sample Output XML

To view a sample XML output file, refer GetFormWithDetailsResponse.xml

REST URL

Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formswithattributes?requestId={requestId}

GetFormsByRisk

Service Name

GetFormsByRisk

Service Description

This service returns the list of applicable mandatory and optional forms for the requested risk. The co-relation Id sent in the response can be used to maintain transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)

 

  • This service returns only basic Form metadata. 

GetFormDetails service should be used to fetch the complete details of the selected Form.

Input

Risks, RiskExtensions, Coverages, Forms, Endorsements, Schedules, Product Name, Effective date, Expiry date, TransactionType, State, PlanDeterminationFactors, Cor-relationId and Request Id(optional)

Refer : FormRequest

Sample Input XML

To view a sample XML input file, refer GetFormsByRiskRequest.xml.

Output

 

Refer: FormResponse

Sample Output XML

To view a sample XML output file, refer GetFormsByRiskResponse.xml

REST URL

Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formsbyrisk?requestId={requestId}

GetFormDetails

Service Name

GetFormDetails

Service Description

This service returns the complete Form details for the given Form Id.

  • Details include form attributes, endorsements, and schedules

  • This service is always used in combination with GetForms service. The co-relation id sent in the GetForms is used to maintain transaction context for subsequent calls.

  • This service also resolves for dependent Forms and sends them in the response.

  • Only schedule names attached to the Form are sent. 

  • GetScheduleDetails should be used to fetch the specific schedule details.

Input

Product Name, Risks, Coverages State, Effective date, Form Id, Co-relation

Id and Request Id(optional)

 

Refer : FormDetailsRequest

Sample Input XML

To view a sample XML input file, refer GetFormDetailsRequest.xml.

Output

FormDetails, List of dependent Forms.

Refer : FormDetailsResponse

Sample Output XML

To view a sample XML output file, refer GetFormDetailsResponse.xml

REST URL

Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formdetails?requestId={requestId} 

GetInteractiveFormOptions

Service Name

GetInteractiveFormOptions

Service Description

This service is intended for interactive configuration of forms. Using this service, applications can fetch and present valid Form options upon user selection of indicated Form/Endorsement, and Attributes.  Using this service applications can ensure that user is always presented with valid options to select rather than engaging with messages after selection.

  • This service is always used in combination with GetForms and GetFormDetails services. The co-relation Id sent in the GetForms is used to maintain transaction context for subsequent calls.

  • Only modified forms, endorsements attributes are exchanged in requests and responses.

Input

Transaction Context, Risks, Coverages, Forms Co-relation Id, and Request Id(optional)

    Co-relation Id: Unique identifier returned from GetForms      RequestEntity[]: Array of modified Forms and Attributes.

Refer : InteractiveFormOptionsRequest

Sample Input XML

To view a sample XML input file, refer GetInteractiveFormOptionsRequest.xml.

Output

Modified Forms and Attributes,

  • forms[]: Array of Forms after applying form rules.

  • errorInfo[]: Error code and message in case if there is service failure or conflict in user selections after applying the product rules.

    Refer : InteractiveFormOptionsResponse

Sample Output XML

To view a sample XML output file, refer GetInteractiveFormOptionsResponse.xml

REST URL

Verb: POST; Consumes: xml, json; Produces: xml, json

 http://host:port/ifoundry/api/v1/form/interactiveformoptions?requestId={requestId} 

getModifiedFormOptions

Service Name

getModifiedFormOptions

Service Description

This service is intended for interactive configuration of attributes. Using this service applications can fetch and present valid attributes upon user selection of indicated forms and endorsements. Using this service applications can ensure that user is always presented with valid options to select rather than engaging with messages after selection.

  • This service is always used in combination with GetForms service. The co-relation Id sent in the GetForms is used to maintain transaction context for subsequent calls.

  • Only modified entities (forms, endorsements and attributes) are exchanged in requests and responses.

Input

Transaction Context, RequestEntity, Co-relation Id and Request Id(optional)

  • co-relationId: Unique identifier returned from getForms

  • RequestEntity[]: Array of modified for forms, endorsements and attributes.

    Refer : InteractiveFormOptionsRequest

Sample Input XML

To view a sample XML input file, refer GetModifiedFormOptionsRequest.xml.

Output

Modified Coverages, Risks, and attributes

  • coverages[]: Array of modified coverages after applying product rules.

  • risks[]: Array of Modified Risks and their attributes.

  • errorInfo[]: Error code and message in case if there is service failure or conflict in user selections after applying the product rules.

    Refer : FormOptionsResponse

Sample Output XML

To view a sample XML output file, refer GetModifiedFormOptionsResponse.xml

REST URL

Verb: POST ; Consumes: xml, json; Produces: xml, json  http://host:port/ifoundry/api/v1/form/modifiedformoptions?requestId={requestId} 

setFormDefaults

Service Name

setFormDefaults

Service Description

This service is intended for configuration of forms, endorsements and attributes based on the default values. Using this service applications can fetch and present valid attributes upon default selection of indicated forms/endorsements/attributes. It ensures that the user is always presented

 

with valid options to select rather than engaging with messages after selection.

  • This service is always used in combination with GetForms service. The co-relation Id sent in the GetForms is used to maintain transaction context for subsequent calls.

  • Only modified coverages and attributes are exchanged in requests and responses.

Input

Transaction Context, RequestEntity, Co-relation Id and Request Id(optional)

  • co-relationId: Unique identifier returned from getForms

  • requestEntity[]: Array of modified forms, endorsements and attributes.

    Refer : InteractiveFormOptionsRequest

Sample Input XML

To view a sample XML input file, refer SetFormDefaultsRequest.xml.

Output

Modified forms, endorsements, and attributes

  • form[]: Array of modified forms and their attributes.

  • endorsement[]: Array of modified endorsements and their attributes.

  • errorInfo[]: Error code and message in case if there is service failure or conflict in user selections after applying the product rules.

    Refer : InteractiveFormOptionsResponse

Sample Output XML

To view a sample XML output file, refer SetFormDefaultsResponse.xml

REST URL

Verb: POST; Consumes: xml, json; Produces: xml, json  http://host:port/ifoundry/api/v1/form/formdefaults?requestId={requestId} 

GetScheduleDetails

Service Name

GetScheduleDetails

Service Description

This service returns the complete schedule details with the given Schedule

Id.

  • Details include schedule and endorsements of that schedule (if any).

  • This service is always used in combination with GetFormDetails service. The co-relation id sent in the GetForms is used to maintain transaction context for subsequent calls.

Input

Co-relation Id, schedule Name, schedule Id, formName formId and Request Id(optional)

  • correlationId: Unique identifier returned from getForms

  • scheduleName: Name of the schedule

  • scheduleId: Unique identifier defined by the user for this schedule

  • formName: Name of the form to which this schedule is attached

  • formId: Unique identifier generated by iFoundry

Refer : ScheduleRequest

Sample Input XML

To view a sample XML input file, refer GetScheduleDetailsRequest.xml.

Output

Schedule details, list of endorsements with attributes

Refer : ScheduleDetails

Sample Output XML

To view a sample XML output file, refer GetScheduleDetailsResponse.xml.

REST URL

Verb : POST ; Consumes: xml, json; Produces: xml, json

http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}/schedul es?requestId={requestId} 

DeleteSchedules

Service Name

DeleteSchedules

Service Description

This service used to delete the schedule instances with given Schedule Ids. In case if there are any changes occurred based on this schedule, those changes will be rolled back automatically.

  • Details include form attributes and endorsements.

  • This service is always used in combination with GetForms service. The co-relation id sent in the GetForms is used to maintain transaction context for subsequent calls.

Input

Co-relation Id, schedule Id’s and Request Id(optional)

  • correlationId: Unique identifier returned from getForms

  • ScheduleId's: Unique identifier defined by the user for each schedule

Sample Input XML

To view a sample XML input file, refer DeleteSchedulesRequest.xml.

Output

FormDetails, ScheduleDetails, List of Endorsements with attributes.

Refer : FormDetailsResponse

Sample Output XML

To view a sample XML output file, refer DeleteSchedulesResponse.xml.

REST URL

Verb: DELETE; Produces: xml, json

http://host:port/ifoundry/api/v1/form/transactiondetails/schedules?requestId={requestId}

DeleteSchedule

Service Name

DeleteSchedule

Service Description

This service used to delete the schedule instance with given Schedule Id. In case if there are any changes occurred based on this schedule, those changes will be rolled back automatically.

  • Details include form attributes and endorsements.

  • This service is always used in combination with GetForms service. The co-relation id sent in the GetForms is used to maintain transaction context for subsequent calls.

Input

Co-relation Id, schedule Id and Request Id(optional)

  • correlationId: Unique identifier returned from getForms

  • scheduleId: Unique identifier defined by the user for this schedule

Sample Input XML

To view a sample XML input file, refer DeleteScheduleRequest.xml.

Output

ScheduleDetails, List of Endorsements with attributes.

Refer : FormDetailsResponse

Sample Output XML

To view a sample XML output file, refer DeleteScheduleResponse.xml.

REST URL

Verb: DELETE; Produces: xml, json

http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}/schedul es/{scheduleId}?requestId={requestId}

SaveTransactionDetails

Service Name

SaveTransactionDetails

Service Description

This service is used to save the changes for the form selections and attributes.

Input

Co-relation Id: Unique identifier returned from getForms, and Request Id(optional)

Sample Input XML

To view a sample XML input file, refer SaveTransactionDetailsRequest.xml.

Output

Transaction status

Refer : TransactionDetails

Sample Output XML

To view a sample XML output file, refer, SaveTransactionDetailsResponse.xml

REST URL

Verb: POST; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}?requestId={requestId} 

RollBackTransactionDetails

Service Name

RollBackTransactionDetails 

Service Description

This service is used to roll back to the last saved point to clear the changes (form, endorsements, and attributes) made after that save point.

Input

co-relationId: Unique identifier returned from GetForms and Request Id(optional) 

Sample Input XML

To view a sample XML input file, refer

RollBackTransactionDetailsRequest.xml.

Output

List of Coverages and attributes.

Refer : FormRollBackDetails

Sample Output XML

To view a sample XML output file, refer

RollBackTransactionDetailsResponse.xml

REST URL

Verb: POST; Produces: xml, json http://host:port/ifoundry/api/v1/form/rollbacktransactiondetails/{correlationId} ?requestId={requestId}

DeleteTransactionDetails

Service Name

DeleteTransactionDetails

Service Description

This service is used to delete the generated transaction.

Input

correlationId: Unique identifier generated for this quote and Request Id(optional)

Sample Input XML

To view a sample XML input file, refer DeleteTransactionDetailsRequest.xml

Output

Transaction status

Refer : TransactionDetails

Sample Output XML

To view a sample XML output file, refer DeleteTransactionDetailsResponse.xml

REST URL

Verb: DELETE; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}?requestId={requestId}